Sum without highest and lowest number

05.04.2023

Sum all the numbers of a given array ( cq. list ), except the highest and the lowest element ( by value, not by index! ).The highest or lowest element respectively is a single element at each edge, even if there are more than one with the same value.Mind the input validation.

Blog_Description